home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5DOS001.TIP < prev    next >
Text File  |  1993-06-01  |  1KB  |  28 lines

  1. DOS's COMP program compares a pair of files and tells you if
  2. they're the same, but most users don't know that it can also
  3. compare several pairs of files in this way. It's all done
  4. with directory names and wild cards. For instance, imagine
  5. that you've backed up a directory called TEXT to a floppy.
  6. If you type COMP TEXT A: at the DOS prompt, COMP will check
  7. each file in TEXT against a file with the same name on drive
  8. A:, if such a file exists. Using a wild card in the first
  9. argument narrows the list; COMP TEXT\*.EXT A: compares every
  10. file in TEXT that has the extension EXT with its counterpart
  11. on drive A:. If the second argument has a wild card, it
  12. tells COMP to change the names of the files specified by the
  13. first argument in some way before looking for files to
  14. compare. For instance, COMP TEXT A:*.BAK takes each file
  15. from TEXT and tries to compare it to a file on drive A: with
  16. the same name and the extension BAK.
  17.  
  18. Bert Halverson Jr.
  19. Muldrow, Oklahoma
  20.  
  21.  
  22. Title: Group Compare
  23. Category: DOS
  24. Issue Date: March, 1992
  25. Editor: Brett Glass
  26. Supplementary Files: None
  27. Filename: P5DOS001.TIP
  28.